* tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Aug 2010 23:14:33 +0000 (19:14 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Aug 2010 23:14:33 +0000 (19:14 -0400)
(Bug#6826)

lisp/ChangeLog
lisp/tutorial.el

index 4eb99d5063262db0670b32cfad0cc8abb8a04d97..4c35cc5d7ba22a79617557ca16427221c7bbf56d 100644 (file)
@@ -1,5 +1,8 @@
 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
 
+       * tutorial.el (tutorial--default-keys): C-d is now bound to
+       delete-forward-char (Bug#6826).
+
        * mouse.el (mouse-drag-track): Remove accidentally-removed check
        for `double' value of mouse-1-click-follows-link (Bug#6807).
 
index bab943968f84fc44f67b1203da9bee59348f3233..15dfe86a8df551b5a8d2a1b4452c85fad8cc811d 100644 (file)
@@ -252,7 +252,7 @@ LEFT and RIGHT are the elements to compare."
              ;; * INSERTING AND DELETING
              ;; C-u 8 * to insert ********.
              (delete-backward-char "\d")
-             (delete-char [?\C-d])
+             (delete-forward-char [?\C-d])
              (backward-kill-word [?\M-\d])
              (kill-word [?\M-d])
              (kill-line [?\C-k])